+Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
+ signal if the box exists.
+
Wed May 26 23:26:51 2004 Matthias Clasen <maclas@gmx.de>
Support insensitive cells in tree views and combo boxes:
+Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
+ signal if the box exists.
+
Wed May 26 23:26:51 2004 Matthias Clasen <maclas@gmx.de>
Support insensitive cells in tree views and combo boxes:
+Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
+ signal if the box exists.
+
Wed May 26 23:26:51 2004 Matthias Clasen <maclas@gmx.de>
Support insensitive cells in tree views and combo boxes:
+Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
+ signal if the box exists.
+
Wed May 26 23:26:51 2004 Matthias Clasen <maclas@gmx.de>
Support insensitive cells in tree views and combo boxes:
0, 0, NULL,
gtk_combo_box_list_button_pressed,
NULL);
- g_signal_handlers_disconnect_matched (combo_box->priv->box,
- G_SIGNAL_MATCH_DATA,
- 0, 0, NULL,
- gtk_combo_box_list_button_pressed,
- NULL);
+ if (combo_box->priv->box)
+ g_signal_handlers_disconnect_matched (combo_box->priv->box,
+ G_SIGNAL_MATCH_DATA,
+ 0, 0, NULL,
+ gtk_combo_box_list_button_pressed,
+ NULL);
/* destroy things (unparent will kill the latest ref from us)
* last unref on button will destroy the arrow